xdg.desktopEntries.<name>.actions

The set of actions made available to application launchers.

Type
attribute set of (submodule)
Default
{ }
Example
{
  "New Window" = {
    exec = "${pkgs.firefox}/bin/firefox --new-window %u";
  };
}
Declared
<home-manager/modules/misc/xdg-desktop-entries.nix>